Category: Geeks r Us
Hey. Is there a way to coppy something such as a ping test or a trace route within a command prompt using jaws? For example, at work when I ping a customer, or run a trace to the customers computer I need to be able to coppy the full results from the command prompt and paste them into my notes. Is there even a way to coppy something from the command prompt? This is jaws6. Thanks.
Troy
Actually, i believe there is. You can bring up the screen you need, press ctrl+insert (jaws key) + the letter w. This will put your screen in the virtual buffer where you can copy all or parts of it to the clipboard. Let me know if this helps.
bob
If you only need to copy one line of text, here's a simple script to do so from any window.
Or you can do it another way which is screen reader independent.
For example:
ping zonebbs.com >> c:ping.txt
Would dump the ping results into a text file.
There might be some issues if you are doing your notes in word and you are using dos? to dump stuff into it.
BEN.
Thanks, Will try those.
Troy